ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Finance Namespace / RSI<T> Class / RSI<T> Constructor
The owner should be derived from FlexChartCore






In This Topic
    RSI<T> Constructor
    In This Topic
    Creates one RSI<T> instance.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal owner As FlexChartCore(Of T) _
    )
    'Usage
     
    
    Dim owner As FlexChartCore(Of T)
     
    Dim instance As New RSI(Of T)(owner)
    public RSI<T>( 
       FlexChartCore<T> owner
    )
    public RSI<T>( 
        owner: FlexChartCore
    ); 
    public function RSI<T>( 
       owner : FlexChartCore
    );
    public: RSI<T>( 
       FlexChartCore<T*>* owner
    )
    public:
    RSI<T>( 
       FlexChartCore<T^>^ owner
    )

    Parameters

    owner
    The owner should be derived from FlexChartCore
    See Also